home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / eSkiMos R2 1.84 / eskimosr2.exe / {app} / eSkiMoS.exe / 0 / RCDATA / TPRZYPISZKDOGFORM / TPRZYPISZKDOGFORM.txt
Text File  |  2006-01-06  |  1KB  |  74 lines

  1. object PrzypiszKDoGForm: TPrzypiszKDoGForm
  2.   Left = 374
  3.   Top = 236
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'eSkiMoS R2 - Przypisane kontakty'
  7.   ClientHeight = 341
  8.   ClientWidth = 249
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PLabel: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 31
  24.     Height = 13
  25.     Caption = 'PLabel'
  26.   end
  27.   object Label1: TLabel
  28.     Left = 8
  29.     Top = 288
  30.     Width = 120
  31.     Height = 13
  32.     Caption = 'Przypisanych kontakt'#243'w:'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 136
  36.     Top = 288
  37.     Width = 6
  38.     Height = 13
  39.     Caption = '0'
  40.   end
  41.   object ListaKontaktow: TCheckListBox
  42.     Left = 8
  43.     Top = 40
  44.     Width = 233
  45.     Height = 241
  46.     Color = 15724527
  47.     ItemHeight = 13
  48.     Sorted = True
  49.     TabOrder = 0
  50.     OnClick = ListaKontaktowClick
  51.   end
  52.   object ZmienBtn: TButton
  53.     Left = 88
  54.     Top = 312
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Zmie'#324
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.     OnClick = ZmienBtnClick
  61.   end
  62.   object AnulujBtn: TButton
  63.     Left = 168
  64.     Top = 312
  65.     Width = 75
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Anuluj'
  69.     Default = True
  70.     ModalResult = 2
  71.     TabOrder = 2
  72.   end
  73. end
  74.